dnd: Avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Feb 2016 03:43:43 +0000 (22:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Feb 2016 03:43:43 +0000 (22:43 -0500)
commite9300e2f7917dd67c8adc8c08390c44ca22f0d9b
treeba4a775da185881aa5ec70567dc8673be0c4cf72
parenta754579e441df5ad34e338061d21217f1f5d5af8
dnd: Avoid a crash

gtk_image_definition_new_icon_name ("") returns NULL. Bail
out early in this case to avoid unreffing NULL later.

https://bugzilla.gnome.org/show_bug.cgi?id=762392
gtk/gtkdnd.c